ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base Namespace / C1BaseSerializer<TControl,TItem,TICollectionOwner> Class / C1BaseSerializer<TControl,TItem,TICollectionOwner> Constructor / C1BaseSerializer<TControl,TItem,TICollectionOwner> Constructor(IComponentChangeService,Object)

In This Topic
    C1BaseSerializer<TControl,TItem,TICollectionOwner> Constructor(IComponentChangeService,Object)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal componentChangeService As System.ComponentModel.Design.IComponentChangeService, _
       ByVal serializableObject As System.Object _
    )
    public C1BaseSerializer<TControl,TItem,TICollectionOwner>( 
       System.ComponentModel.Design.IComponentChangeService componentChangeService,
       System.object serializableObject
    )

    Parameters

    componentChangeService
    serializableObject
    See Also